crypto/tls.serverHelloMsg.sessionId (field)
9 uses
crypto/tls (current package)
handshake_client.go#L857: bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
handshake_client_tls13.go#L199: if !bytes.Equal(hs.hello.sessionId, hs.serverHello.sessionId) {
handshake_messages.go#L716: sessionId []byte
handshake_messages.go#L849: b.AddBytes(m.sessionId)
handshake_messages.go#L870: !readUint8LengthPrefixed(&s, &m.sessionId) ||
handshake_server.go#L525: hs.hello.sessionId = hs.clientHello.sessionId
handshake_server_tls13.go#L161: hs.hello.sessionId = hs.clientHello.sessionId
handshake_server_tls13.go#L526: sessionId: hs.hello.sessionId,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |